[INFO] cloning repository https://github.com/sudokatie/cartographer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sudokatie/cartographer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsudokatie%2Fcartographer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsudokatie%2Fcartographer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 59907d013110cf14f2bfeda16eae70db11b3abe2
[INFO] checking sudokatie/cartographer against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsudokatie%2Fcartographer" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sudokatie/cartographer
[INFO] finished tweaking git repo https://github.com/sudokatie/cartographer
[INFO] tweaked toml for git repo https://github.com/sudokatie/cartographer written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sudokatie/cartographer on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sudokatie/cartographer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.0.106
[INFO] [stderr]   Downloaded tree-sitter v0.22.6
[INFO] [stderr]   Downloaded tree-sitter-go v0.21.2
[INFO] [stderr]   Downloaded tera v1.20.1
[INFO] [stderr]   Downloaded tree-sitter-javascript v0.21.4
[INFO] [stderr]   Downloaded tree-sitter-python v0.21.0
[INFO] [stderr]   Downloaded tree-sitter-java v0.21.0
[INFO] [stderr]   Downloaded aws-lc-rs v1.13.3
[INFO] [stderr]   Downloaded tree-sitter-c v0.21.4
[INFO] [stderr]   Downloaded tree-sitter-rust v0.21.2
[INFO] [stderr]   Downloaded tree-sitter-typescript v0.21.2
[INFO] [stderr]   Downloaded tree-sitter-cpp v0.22.3
[INFO] [stderr]   Downloaded ring v0.17.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3c7c1fb869f7b1e874808522dde5e951693c1b60c016bf9b82caa865554cc66e
[INFO] running `Command { std: "docker" "start" "3c7c1fb869f7b1e874808522dde5e951693c1b60c016bf9b82caa865554cc66e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3c7c1fb869f7b1e874808522dde5e951693c1b60c016bf9b82caa865554cc66e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3c7c1fb869f7b1e874808522dde5e951693c1b60c016bf9b82caa865554cc66e" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3c7c1fb869f7b1e874808522dde5e951693c1b60c016bf9b82caa865554cc66e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3c7c1fb869f7b1e874808522dde5e951693c1b60c016bf9b82caa865554cc66e" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling aws-lc-rs v1.13.3
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling zerocopy v0.8.34
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.0.106
[INFO] [stderr]    Compiling pest v2.8.5
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling cmake v0.1.53
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling tree-sitter v0.22.6
[INFO] [stderr]    Compiling aws-lc-sys v0.30.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling pest_meta v2.8.5
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]    Compiling portable-atomic v1.13.0
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]    Compiling pest_generator v2.8.5
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling tree-sitter-c v0.21.4
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]    Compiling tree-sitter-typescript v0.21.2
[INFO] [stderr]    Compiling tree-sitter-javascript v0.21.4
[INFO] [stderr]    Compiling tree-sitter-python v0.21.0
[INFO] [stderr]    Compiling tree-sitter-go v0.21.2
[INFO] [stderr]    Compiling tree-sitter-java v0.21.0
[INFO] [stderr]    Compiling tree-sitter-cpp v0.22.3
[INFO] [stderr]    Compiling tree-sitter-rust v0.21.2
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling pest_derive v2.8.5
[INFO] [stderr]     Checking lsp-types v0.94.1
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking clap_builder v4.5.55
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking clap v4.5.55
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking tera v1.20.1
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking tower-lsp v0.20.0
[INFO] [stderr]     Checking rustls-webpki v0.103.4
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking cartographer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `CachedClass`
[INFO] [stdout]    --> src/lsp/handlers.rs:125:29
[INFO] [stdout]     |
[INFO] [stdout] 125 |     use crate::lsp::cache::{CachedClass, CachedFunction, FileAnalysis};
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `blank`
[INFO] [stdout]    --> src/parser/cpp.rs:830:36
[INFO] [stdout]     |
[INFO] [stdout] 830 |         let (total, code, comment, blank) = count_lines(source);
[INFO] [stdout]     |                                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_blank`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
[INFO] running `Command { std: "docker" "inspect" "3c7c1fb869f7b1e874808522dde5e951693c1b60c016bf9b82caa865554cc66e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c7c1fb869f7b1e874808522dde5e951693c1b60c016bf9b82caa865554cc66e", kill_on_drop: false }`
[INFO] [stdout] 3c7c1fb869f7b1e874808522dde5e951693c1b60c016bf9b82caa865554cc66e
